На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
['sju:dəu]
общая лексика
псевдо
ложно
Смотрите также
прилагательное
общая лексика
ложный
фальшивый
поддельный
существительное
['sju:dəu]
разговорное выражение
обманщик
притворщик
очковтиратель
лицемер
['sju:də(u)-]
общая лексика
в сложных словах имеет значение ложный
псевдо
Смотрите также
приставка
общая лексика
псевдо-, ложно-
общая лексика
электрический шум
общая лексика
белый шум
сигнал, в котором амплитуда и частота изменяются случайным образом, например тепловой шум
радиотехника
каша
случайные помехи
связь
шум в канале
['nɔizi'mju:niti]
общая лексика
помехоустойчивость, помехозащищенность
защищённость канала передачи данных от воздействия помех
радиотехника
помехоустойчивость
строительное дело
акустический шум (воспринимаемый человеческим ухом)
In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading. It typically omits details that are essential for machine understanding of the algorithm, such as variable declarations and language-specific code. The programming language is augmented with natural language description details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for people to understand than conventional programming language code, and that it is an efficient and environment-independent description of the key principles of an algorithm. It is commonly used in textbooks and scientific publications to document algorithms and in planning of software and other algorithms.
No broad standard for pseudocode syntax exists, as a program in pseudocode is not an executable program; however, certain limited standards exist (such as for academic assessment). Pseudocode resembles skeleton programs, which can be compiled without errors. Flowcharts, drakon-charts and Unified Modelling Language (UML) charts can be thought of as a graphical alternative to pseudocode, but need more space on paper. Languages such as HAGGIS bridge the gap between pseudocode and code written in programming languages.